home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / misc / SvII-1.lha / SViewII / SuperViewLibrary / PackerSupport / Unpack.doc < prev    next >
Text File  |  1999-02-20  |  3KB  |  98 lines

  1.  
  2.   Unpack.svobject
  3.  
  4.   © 1994-97 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 4.6
  9.   Release Date : 24.06.1997
  10.  
  11.  
  12.   Disclaimer
  13.   ~~~~~~~~~~
  14.   The author takes no responsibility for any results of the use of this
  15.   program.
  16.   This software is provided "AS IS" and there is no warranty of any kind,
  17.   so that you use this software at your own risk.
  18.  
  19.   Foreign Copyrights and Credits
  20.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21.   The "xpkmaster.library" (part of the useful Xpk package, which can be
  22.   found on Aminet) is developed under the concept of the GNU license by
  23.   its authors (c/o Dirk Stöcker, stoecker@rcs.urz.tu-dresden.de).
  24.   This freely distributable Library is needed by Unpack.svobject, to read
  25.   and decode XPK-packed files.
  26.  
  27.   Some of the mentioned names or products in this document may be
  28.   copyrighted by companies or trademarks of companies.
  29.  
  30.   Requirements
  31.   ~~~~~~~~~~~~
  32.   - appropriate SuperView-Library environment
  33.   - xpkmaster.library V2+
  34.  
  35.   Description
  36.   ~~~~~~~~~~~
  37.   Unpack.svobject is an external Library-Module for the superview.library.
  38.  
  39.   I supports reading of XPK-packed files and will re-parse these through
  40.   superview.library by creating an temporary, unpacked file at the location
  41.   "VMEM:" and then retries the specific operation on the file.
  42.  
  43.   So this is just a Dummy-SVObject which does for you the work of
  44.   unpacking graphics files before displaying them.
  45.  
  46.   Writing (packing) of files is not possible (yet).
  47.  
  48.   Remarks
  49.   ~~~~~~~
  50.   * VMEM:
  51.   * Temporary data will be written to a directory assigned to "VMEM:".
  52.  
  53.   * Compatibility:
  54.   * This SVObject is just thought to make your life easier, if you've
  55.     to handle many packed files, which you don't want to unpack each time
  56.     you want to display them.
  57.     Nevertheless it is recommended instead to work with unpacked files,
  58.     wherever possible.
  59.     If you wish to pack files with PP20 or XPK, please use SuperView's
  60.     own SVG file format for this instead.
  61.  
  62.   History
  63.   ~~~~~~~
  64.   V4.6 (24.06.1997) :
  65.  
  66.    - fixed "memory loss on LibInit failure" bug
  67.  
  68.   V4.5 (01.01.1997) :
  69.  
  70.    - forgot updating these docs
  71.    - added new note about Xpk
  72.    - no longer directly supports powerpacker.library
  73.      (use Xpk plus powerpacker.library instead, please)
  74.    - recompiled with new headers
  75.    - and more
  76.  
  77.   V4.4 (29.12.1996) :
  78.  
  79.    - various things cleaned up
  80.  
  81.   V4.3 (17.11.1996) :
  82.  
  83.    - recompiled with SAS/C V6.57
  84.  
  85.   V4.2 (27.08.1996) :
  86.  
  87.    - now has new disk read/write flags set
  88.    - V4.1 did contain wrong docs (V3.6)
  89.  
  90.   V4.1 (06.08.1996) :
  91.  
  92.    - now uses/requires semaphore system of superview.library V14+
  93.    - now correcly handles SVOCheckFile
  94.  
  95. ****************************************************************************
  96. * Revision history entries before V4.1 have been deleted for space reasons *
  97. ****************************************************************************
  98.